home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1201 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: due.unit.no!usenet
  2. From: jenhel@stud.unit.no (Jens Helmers)
  3. Newsgroups: comp.lang.c++,comp.lang.fortran
  4. Subject: Re: Calling Fortran in C++
  5. Date: 09 Jan 1996 22:01:56 +0100
  6. Organization: Norwegian Institute of Technology
  7. Sender: jenhel@aqua2.marina.unit.no
  8. Message-ID: <o9thgy5krp7.fsf@aqua2.marina.unit.no>
  9. References: <4cr87l$794$1@mhafc.production.compuserve.com>
  10.     <4crisr$v3u@odin.sunquest.com> <4ctro6$28n@nms.telepost.no>
  11. NNTP-Posting-Host: aqua2.marina.unit.no
  12. In-reply-to: Carsten Arnholm's message of 9 Jan 1996 13:48:54 GMT
  13. X-Newsreader: Gnus v5.0.4
  14.  
  15. >>>>> "Carsten" == Carsten Arnholm <ca@sesam.dnv.no> writes:
  16.  
  17.     Carsten> What has hit you .... ? As I see it, mixed language
  18.     Carsten> programming is EASIEST under MS VC++/Powerstation, as you
  19.     Carsten> can call the subroutines exactly as expected by a F77
  20.     Carsten> programmer. The only non-trivial problem you must solve
  21.     Carsten> is fortran CHARACTERs. You need to write a minimal
  22.     Carsten> CHARACTER class in C++.
  23.  
  24. Do MS VC++/Powerstation handle arguments of general user defined 
  25. F90-types with or without storage association? 
  26. What about F90 pointers?
  27.  
  28.  
  29. TYPE a
  30.   .......
  31. END TYPE a
  32.  
  33.  
  34. TYPE b
  35.   SEQUENCE
  36.   .......
  37. END TYPE b
  38.  
  39.  
  40. Jens Helmers,
  41. jenhel@marin.unit.no
  42.